home *** CD-ROM | disk | FTP | other *** search
/ Aminet 22 / Aminet 22 (1997)(GTI - Schatztruhe)[!][Dec 1997].iso / Aminet / util / boot / rasp1_26.readme < prev    next >
Text File  |  1997-11-02  |  6KB  |  168 lines

  1. Short:    V1-26 of Random Amiga Setting Program (RASP)
  2. Author:   garpa@southwales.u-net.com (Carl Harrison)
  3. Uploader: garpa@southwales.u-net.com (Carl Harrison)
  4. Type:     util/boot
  5.  
  6. MAJOR BUG FIXED !!!! NOW VERSION 1.26 FASTER!
  7.  
  8. ***********************************************************************
  9.                     GaRpA_RASP !    V1.26
  10. ***********************************************************************
  11.  
  12.                 by Carl Harrison (c) CopyRight 1997
  13.  
  14.             Written in AMOS_Pro V2 Compiled in September 1997
  15.  
  16.  
  17.  
  18. Every fancied having a "different" Amiga EVERY time you booted up ?
  19.  
  20. Do you run a BBS? Would you like random log-on and log-off ANSI screens?
  21. Would you like different UPD or IFX settings EVERY bootup?
  22. Would you like different WorkBench Backdrop, Window and Picture on EVERY
  23. bootup?
  24. Would you like random worms samples?
  25. Would you like random worms levels?
  26.  
  27. Any program that uses an external data file can be RASP'd (especially
  28. nice wb commodity type programs)
  29.  
  30.  
  31. R.A.S.P. "Random Amiga Settings Program" only requires three pieces of
  32. information to work. These are;-
  33.  
  34.         Source Directory
  35.         WildCards (MulTiSearCh) i.e. no need for *.* or #?
  36.         Destination Directory and Filename
  37.  
  38. In the Source Directory, RASP can read upto 500 entries per "3 pieces of
  39. information". Once run, RASP will plough through a text file (see  below)
  40. actioning 3 pieces of information at once until the end of the text file
  41. has been reached or an error occurred - in which case RASP will end and
  42. control will return back to your Amiga. PLEASE NOTE: RASP is pretty much
  43. crash proof. It won't crash because of your setup, if anything it will only
  44. tell you what piece of information was processed last before the crash
  45. thus helping you debug your config file.
  46.  
  47.  
  48.  
  49. THE Ultimate Random Amiga Settings Program.
  50.              -      -     -        -
  51. R.A.S.P.
  52.  
  53. What is it?
  54.  
  55. It is a CLI program that reads in three pieces of information at a time.
  56. These are;-    (1)    Source Directory (must have / at end)
  57.                 
  58.             (2)    Wildcards (use one space for ALL files or in-string
  59.                 search for wildcards i.e. IFF/SND or JPG will pick all
  60.                 IFF/SND or JPG files.)
  61.  
  62.             (3)    Destination Directory and Destination Filename
  63.                 i.e. Data:Pics/defaultWBbackground.Pic
  64.  
  65.  
  66.     Holds upto 500 objects PER directory for randomisation !!!!!!
  67.                     UNLIMITED DIRECTORIES!!!!
  68.  
  69. INSTALLATION
  70. ------------
  71.  
  72. Chuck it somewhere in yer Startup-Sequence or User-Startup.
  73.  
  74. (I put it in after setpatch and before PICBOOT and IPREFS)
  75.  
  76. The only argument required is the script file location (file enclosed).
  77.  
  78.  
  79. example on how to make a random WorkBench Backdrop script.
  80. ----------------------------------------------------------
  81.  
  82. Copy a picture and rename it to WBBACK.PIC and put it anywhere you want.
  83.  
  84. In WBPATTERN (prefs) choose the above picture.
  85.  
  86. Have a directory of pictures, datatypes only relevant if yer have 'em
  87. so just put in pictures that yer datatypes support.
  88.  
  89. In the script file, the first three lines should be for the above;-
  90.  
  91. HD1:PICTURES/
  92. IFF
  93. HD0:THE_DIRECTORY_AND_NAME_OF_THE_WBBACK.PIC
  94.  
  95. Thats It! Simple. (To cover ALL wildcards, have a SPACE instead of the
  96. wildcard-associated-letters, and you can repeat this as many times as you 
  97. want! ALL random settings YEHAAA!
  98.  
  99. This program is E-Mail Ware. Please E-Mail me just to show your appreciation
  100. of my work. Thanks. Long Live yer Miggy!
  101.  
  102. WoRkBench-ThEmEs    -    AVAILABLE FROM AMINET NOW!
  103.                           ---
  104.  
  105.  
  106.  
  107. Have FUn, as I certainly did in making this product.
  108.  
  109. E-Mail me with yer suggestions to
  110.  
  111.             garpa@southwales.u-net.com
  112.  
  113. Version Modification History
  114. ----------------------------
  115.  
  116. There are now two versions available in this archive. One is the graphical
  117. version with the progression bar, the other, a quiet non-graphical (slighly
  118. faster too (coz of the non-graphical presence)).
  119.  
  120. Garpa_rnd        Graphical Version
  121. Garpa_rnd2    Quiet Version
  122.  
  123. V1.23    -    Hard-Drive COPY routine re-wrote for approx 35% increase in
  124. boot-up speed. Routine modifications has allowed a drop in nearly 10k of
  125. program space, although the program still takes up as much memory (not much
  126. anyways so doesn't really matter - bit of a perfectionist i think.... ;)
  127.  
  128. V1.24    -    "directory snooper" routine optmised. Used more machine-code
  129. related instructions to speed up directory reading. Speed increase of about
  130. 200%. All I need now is an extremly FAST copy command....Any ideas? ;)
  131.  
  132. V1.25    -    Changed the randomise routine to repeat 3 times. Slight slow
  133.             down. Changed some math instructions to pure-machine code which
  134.             should not only absorb the 3-random-loop routine but generally
  135.             give a boost (the progression bar was one change).
  136. V1.26     -    Thanks to Tony McKimm, I found a MAJOR bug in the script loading
  137.                routine which looked for a line feed and carriage return - 
  138.                dummy! - the Amiga only uses a line feed. Duh. I really feel
  139.                the fool. Anyways, RASP works.....at LAST! ENJOY! Oh - and
  140.                the script file can be whatever you want. No-Limit, so you
  141.                can have several script files, no just a boot up one!
  142.  
  143.  
  144. This program should work on all WB2.0 and above Amiga's.
  145.  
  146. Program tested on    CD32 020 SX32 10MB RAM
  147.                 A1200 18MEG RAM Blizzard 4 030 50Mhz 68882 50Mhz
  148.  
  149.                 Support Amiga! Release E-MAILWARE !
  150.  
  151.  
  152. ============================= Archive contents =============================
  153.  
  154. Original  Packed Ratio    Date     Time    Name
  155. -------- ------- ----- --------- --------  -------------
  156.     1352     717 46.9% 01-Sep-91 07:44:18  RASP.info
  157.    16144   10424 35.4% 22-Sep-97 17:12:48 +GaRpA_RND2
  158.      338     197 41.7% 22-Sep-97 17:22:14 +File_ID.Diz
  159.     3842     577 84.9% 11-Aug-91 10:55:50 +File_ID.Diz.info
  160.    46948   28913 38.4% 27-Jul-97 15:21:50 +amos.library
  161.     3842     576 85.0% 12-Aug-91 03:17:38 +ReadMe_RASP.Doc.info
  162.     1554     305 80.3% 08-Aug-97 02:41:34 +randomscript.script
  163.     3842     579 84.9% 27-Jul-97 06:23:10 +randomscript.script.info
  164.     5074    2501 50.7% 22-Sep-97 17:27:50 +ReadMe_RASP.Doc
  165.    38848   19750 49.1% 22-Sep-97 18:19:56 +Garpa_RND
  166. -------- ------- ----- --------- --------
  167.   121784   64539 47.0% 23-Sep-97 12:39:48   10 files
  168.